home *** CD-ROM | disk | FTP | other *** search
- ; $VER: run-sequence 1.01 (15-09-93)
- ; Script to continually run Diggers for A1200 Floppy build.
-
- Lab loop
-
- ; Run the introduction sequence first ....
- Ram:RunWB >nil: <nil: sys:Intro
-
- ; Now run the full game ....
- Ram:RunWB >nil: <nil: sys:Diggers
-
- ; Play extroduction if any ....
- If EXISTS Ram:end_picture
- Ram:RunWB >nil: <nil: Diggers_Disk_4:Outro
- Ram:Delete >nil: ram:end_picture
- Endif
-
- ; Loop forever ....
- Skip loop back
-